home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Art Fundamentals - Core Concepts in Art
/
Art Fundamentals: Core Concepts in Art.iso
/
pc
/
color.dxr
/
00018.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
319 b
|
12 lines
on mouseUp me
if sprite(68).visible = 0 then
set the member of sprite 67 to member("hide")
set the member of sprite 75 to member("hide_over")
showit(68, 74)
else
hideit(68, 74)
set the member of sprite 67 to member("reveal")
set the member of sprite 75 to member("reveal_over")
end if
end